DMelt Guest links

Welcome to DataMelt (DMelt) examples!
Guest access

Linear Algebra : Matrices

Id Output Code License Description
1Linear Algebra/Matrices:Create new dense, sparse matrixJython code Jython/Python

View Code

(View Output)

Pro
license

Create new dense, sparse matrix

(Topic: Linear Algebra/Matrices)
2Linear Algebra/Matrices:Transforms on matrix (inversion, multiplications, etc.)Jython code Jython/Python

View Code

(View Output)

Pro
license

Transforms on matrix (inversion, multiplications, etc.)

(Topic: Linear Algebra/Matrices)
3Linear Algebra/Matrices:Transform a matrix using used-defined functionsJython code Jython/Python

View Code

(View Output)

Pro
license

Transform a matrix using used-defined functions

(Topic: Linear Algebra/Matrices)
4Linear Algebra/Matrices:Matrix calculations and operations using JavaJython code Jython/Python

View Code

(View Output)

Pro
license

Matrix calculations and operations using Java

(Topic: Linear Algebra/Matrices)
5Linear Algebra/Matrices:Dense matrix calculations using parallel cores (multithreaded)Jython code Jython/Python

View Code

(View Output)

Pro
license

Dense matrix calculations using parallel cores (multithreaded)

(Topic: Linear Algebra/Matrices)
6Linear Algebra/Matrices:Multidimensional matrix 3x3x3x3 in 4D and its operationsJython code Jython/Python

View Code

(View Output)

Pro
license

Multidimensional matrix 3x3x3x3 in 4D and its operations

(Topic: Linear Algebra/Matrices)
7Linear Algebra/Matrices:Create a simple matrix and then transpose and invert itJython code Jython/Python

View Code

(View Output)

Pro
license

Create a simple matrix and then transpose and invert it

(Topic: Linear Algebra/Matrices)
8Linear Algebra/Matrices:Matrix (dense) calculations using ejmlJython code Jython/Python

View Code

(View Output)

Pro
license

Matrix (dense) calculations using ejml

(Topic: Linear Algebra/Matrices)
9Linear Algebra/Matrices:Matrix input/output using ejmlJython code Jython/Python

View Code

(View Output)

Pro
license

Matrix input/output using ejml

(Topic: Linear Algebra/Matrices)
10Linear Algebra/Matrices:Random matrix and its visualisationJython code Jython/Python

View Code

(View Output)

Pro
license

Random matrix and its visualisation

(Topic: Linear Algebra/Matrices)
11Linear Algebra/Matrices:Linear solver for systems of the form A*x=b, where A and B are known and x is unknownJython code Jython/Python

View Code

(View Output)

Pro
license

Linear solver for systems of the form A*x=b, where A and B are known and x is unknown

(Topic: Linear Algebra/Matrices)
12Linear Algebra/Matrices:Visualize a (dense) matrixJython code Jython/Python

View Code

(View Output)

Pro
license

Visualize a (dense) matrix

(Topic: Linear Algebra/Matrices)
13Linear Algebra/Matrices:Complex values and operationsGroovy code Groovy

View Code

(View Output)

Free
license
Complex values and operations

(Topic: Linear Algebra/Matrices)
14Linear Algebra/Matrices:Matrix operation using multiple cores with multithreadingJython code Jython/Python

View Code

(View Output)

Pro
license

Matrix operation using multiple cores with multithreading

(Topic: Linear Algebra/Matrices)
15Linear Algebra/Matrices:Linear algebra using JNumeric Jython code Jython/Python

View Code

(View Output)

Pro
license

Linear algebra using JNumeric

(Topic: Linear Algebra/Matrices)
16Linear Algebra/Matrices:Fast Fourier Transform (FFT) using JNumericJython code Jython/Python

View Code

(View Output)

Pro
license

Fast Fourier Transform (FFT) using JNumeric

(Topic: Linear Algebra/Matrices)
17Linear Algebra/Matrices:Making random matrix and viasualise it using UJMP packageJython code Jython/Python

View Code

(View Output)

Pro
license

Making random matrix and viasualise it using UJMP package

(Topic: Linear Algebra/Matrices)
18Linear Algebra/Matrices:Showing Mandelbrot matrix using UJMP packageJython code Jython/Python

View Code

(View Output)

Pro
license

Showing Mandelbrot matrix using UJMP package

(Topic: Linear Algebra/Matrices)
19Linear Algebra/Matrices:Creating ZERO sparce  matrix, show and transpose with UJMPJython code Jython/Python

View Code

(View Output)

Pro
license

Creating ZERO sparce matrix, show and transpose with UJMP

(Topic: Linear Algebra/Matrices)
20Linear Algebra/Matrices:Manipulations with sparse and dense matrix using UJMPJython code Jython/Python

View Code

(View Output)

Pro
license

Manipulations with sparse and dense matrix using UJMP

(Topic: Linear Algebra/Matrices)
21Linear Algebra/Matrices:Fourier transform to obtain a power spectrum using FlanaganJython code Jython/Python

View Code

(View Output)

Pro
license

Fourier transform to obtain a power spectrum using Flanagan

(Topic: Linear Algebra/Matrices)
22Linear Algebra/Matrices: Matrix manipulation with VectorZJava code Java

View Code

(View Output)

Pro
license

Matrix manipulation with VectorZ

(Topic: Linear Algebra/Matrices)
23Linear Algebra/Matrices:Sparse matrix functionality in VectorZJava code Java

View Code

(View Output)

Pro
license

Sparse matrix functionality in VectorZ

(Topic: Linear Algebra/Matrices)